home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_289_fftsetting.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  455 b   |  5 lines

  1. procedure FFTSetting(inputMag, outputMag, centerFreq : boolean);
  2.  
  3. Sets the input and output form for an FFT.  If inputMag is TRUE then the input data window(s) are assumed to be Magnitude/Phase pairs.  If FALSE then they are assumed Real/Imaginary pairs.  If outputMag is TRUE then the output is made to be Magnitude/Phase pairs otherwise they are made to be Real/Imaginary pairs.  If centerFreq is TRUE then the DC is centered.
  4.  
  5. Also see:  IFFTSettings